Contribution org.nuxeo.ecm.platform.filemanager.service.FileManagerService.PageProviders--providers
org.nuxeo.ecm.platform.filemanager.service.FileManagerService.PageProviders
inside nuxeo-platform-filemanager-core-5.8.jar
This contribution is part of XML component Extension Point
Extension point providers of component PageProviderService.Contributed Items
XML Source
<extension point="providers" target="org.nuxeo.ecm.platform.query.api.PageProviderService">
<coreQueryPageProvider name="DEFAULT_CREATION_CONTAINER_LIST_PROVIDER">
<pattern>
SELECT * FROM Document WHERE ecm:primaryType IN ('Workspace',
'Folder') AND ecm:currentLifeCycleState != 'deleted'
</pattern>
<sort ascending="true" column="ecm:path"/>
</coreQueryPageProvider>
</extension>